home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
freezelifter.swf
/
scripts
/
DefineSprite_62
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
191 b
|
8 lines
f_bonus = int(_root.chopper_fuel) * 5;
t_bonus = int((50000 - int(_root.time_taken)) / 10);
h_bonus = _root.num_of_lives * 500 * (_root.level - 1);
if(t_bonus < 0)
{
t_bonus = 0;
}